home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / diskutil / tapebios.zoo / test / makefile next >
Encoding:
Makefile  |  1992-03-22  |  154 b   |  6 lines

  1. # Makefile for TAPETEST.TOS
  2. # Tape test program to exercise TapeBIOS.
  3.  
  4. all:
  5.     gcc -Wall -O -I../include -s -o tapetest.tos tapetest.c ../lib/tape.olb
  6.